Posts tagged #azure key vault

If you have a need to interact with SharePoint API from Power Automate \\ Logic Apps, most likely you would select SharePoint connector, which uses user identity for authentication. However, it's also possible to connect to SharePoint REST API with application permissions and certificate authentication. It's fairly easy if you have an Azure Key Vault. Here.....

Uncategorized

Azure Key Vault simplifies a lot of things when it comes to secrets, passwords, certificate management. There are a lot of different ways of using it for different apps or services. In this post I'm going to cover below scenario: - we have a service, running in the background, which connects to SharePoint API and performs some operations. As a good example,....

Azure